home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / Applications / Cpu < prev    next >
Text File  |  1998-02-16  |  1KB  |  40 lines

  1.                            --AMIGADOS GUIDE V2.5--
  2.                                      CPU
  3.  
  4.  
  5.    USE:
  6.    CPU presents the user with information on there systems current
  7.    processor setup.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>CPU
  17.    1>CPU CACHE
  18.    1>CPU NOCACHE
  19.  
  20.    NOTES:
  21.    Below is a complete list of the available options which enable you to
  22.    affect your processor setup.
  23.  
  24.    CACHE - Turn Instruction and Data Caching on.
  25.    BURST - Turn Instruction and Data Burst mode on.
  26.    NOCACHE - Turn Instruction and Data Caching off.
  27.    NOBURST - Turn Instruction and Data Burst mode off.
  28.    DATACACHE - Turn Data Cache on.
  29.    DATABURST - Turn Data Burst mode on.
  30.    NODATACACHE - Turn Data Caching off.
  31.    NODATABURST - Turn Data Burst mode off.
  32.    INSTCACHE - Turn Instruction Cache on.
  33.    INSTBURST - Turn Instruction Burst mode on.
  34.    NOINSTCACHE - Turn Instruction caching off.
  35.    NOINSTBURST - Turn Instruction Burst mode off.
  36.    COPYBACK - Turn Copyback mode on (68040 systems only).
  37.    NOCOPYBACK - Turn Copyback mode off (68040 systems only).
  38.    EXTCACHE - Turn External Caching on (68040 systems only).
  39.    NOEXTCACHE - Turn External Caching off (68040 systems only).
  40.